home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 April / PC för Alla 0504.iso / noje / arcade-3.6.exe / pong.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2003-06-17  |  188 b   |  12 lines

  1. p2score = "0";
  2. p1score = "0";
  3. ballsize = "8";
  4. speedx = "-4";
  5. speedy = "2";
  6. gameleft = "0";
  7. gameright = "400";
  8. gametop = "12";
  9. gamebottom = "284";
  10. movespeed = "1";
  11. pause = "30";
  12.